Skip to content

Patch 2026.04.4#27401

Open
freearhey wants to merge 3 commits intomasterfrom
patch-2026.04.4
Open

Patch 2026.04.4#27401
freearhey wants to merge 3 commits intomasterfrom
patch-2026.04.4

Conversation

@freearhey
Copy link
Copy Markdown
Contributor

@freearhey freearhey commented Apr 23, 2026

An invalid value in the replaced_by field should not completely block the update.

Fixes https://github.com/iptv-org/database/actions/runs/24814821800

npm test                      

> test
> npx vitest run --no-file-parallelism

 ✓ tests/commands/db/validate.test.ts (5 tests) 7831ms
     ✓ shows an error if the number of columns in a row is incorrect  1671ms
     ✓ shows an error if one of the lines ends with an invalid character  1527ms
     ✓ shows an error if there are duplicates in the file  1527ms
     ✓ shows an error if the data contains an error  1551ms
     ✓ does not show an error if all data are correct  1551ms
(node:9870) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
(Use `node --trace-warnings ...` to show where the warning was created)
 ✓ tests/commands/db/check_logos.test.ts (8 tests) 2205ms
     ✓ retries and gives up on persistent 429  1903ms
 ✓ tests/commands/db/update.test.ts (1 test) 1911ms
     ✓ can update db with data from issues  1908ms
 ✓ tests/commands/db/export.test.ts (1 test) 1679ms
     ✓ can export data as json  1676ms

 Test Files  4 passed (4)
      Tests  15 passed (15)
   Duration  14.86s (transform 120ms, setup 0ms, import 385ms, tests 13.62s, environment 1ms)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants